#!/bin/sh
ps aux|grep "DynamicWebTWAINService"|grep -v grep|grep -v uninstall|grep -v Mgr|awk '{print $2}'|xargs -r kill -9
